.upper {
  height: 68px;
  background-image: linear-gradient(to right, #871d3d 50%, #a8123f 60%);
}
.upper .w {
  display: flex;
}
.upper .w img {
  height: 62px;
}
.upper .w span {
  font-size: 28px;
  color: #fff;
  line-height: 68px;
  margin-right: 20px;
}
.upper .w p {
  color: #fff;
  font-size: 20px;
  line-height: 68px;
  margin-left: 50px;
}
.upper .w .arror {
  float: right;
  line-height: 68px;
}
.upper .w a{
    color: #fff;
}
.upper .fudao {
  width: 292px;
  background-color: #fff;
  height: 68px;
  transform: skew(-20deg);
  color: #871d3d;
  text-align: center;
  line-height: 68px;
  font-size: 24px;
}
.upper i.one {
  background-color: #fff;
  width: 12px;
  height: 68px;
  margin-left: 15px;
  transform: skew(-20deg);
}
.upper i.two {
  background-color: #fff;
  width: 12px;
  height: 68px;
  transform: skew(-20deg);
  margin-left: 18px;
}
.upper i.three {
  background-color: #fff;
  width: 12px;
  height: 68px;
  transform: skew(-20deg);
  margin-left: 5px;
}
.header {
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
}
.header .logo img {
  height: 42px;
}
.header .info {
  display: flex;
  align-items: center;
}
.header .info .tel {
  display: flex;
  align-items: center;
}
.header .info .tel span {
  font-size: 14px;
  margin-left: 10px;
}
.header .info .box {
  background-color: #eeeeee;
  width: 132px;
  height: 42px;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border-radius: 21px;
}
.header .info .box img {
  margin-left: 10px;
}
.header .info .wx {
  position: relative;
}
.header .info .qq {
  position: relative;
}
.header .info .qq .ma {
  position: absolute;
  top: 45px;
  z-index: 99;
  display: none;
}
.header .info .wx .ma {
  position: absolute;
  top: 45px;
  z-index: 99;
  display: none;
}
.nav {
  height: 60px;
  background-color: #cc3333;
}
.nav ul {
  display: flex;
}
.nav ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
}
.nav ul li a:hover {
  background-color: #9e1c1c;
}
.banner {
  height:495px;
  position: relative;
}
.banner .father {
  position: relative;
}
.banner .father .swiper-container {
  width: 100%;
  height: 465px;
}
.banner .father .swiper-slide {
  width: 100%;
  height: 600px;
}
.banner .father .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -580px;
}
.banner .father .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  display: block;
  margin-top: 8px;
}
.banner .father .swiper-pagination-bullet-active {
  background-color: #cc3333;
}
.banner .father .swiper-button-next:after {
  display: none;
}
.banner .father .swiper-button-next {
  position: absolute;
  left: 50%;
  margin-left: 550px;
  width: 44px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;
}
.banner .father .swiper-button-next span {
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: -5px;
}
.banner .banner-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:30px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  width: 640px;
}

@media (min-width: 1600px){
.banner .banner-nav{
    bottom:0px !important;
}
.banner .father .swiper-container{
  height: 500px !important;
}
}
.banner .banner-nav ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.banner .banner-nav ul li {
  margin: 10px 8px;
}
.banner .banner-nav ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  border: 1px solid #fff;
  display: block;
  width: 126px;
  line-height: 42px;
  text-align: center;
}
.banner .banner-nav ul li a:hover {
  background-color: #cc3333;
  border: none;
}

.video {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.video p{
    position: absolute;
    top: 168px;
    left: 0;
}
.videos #video{
    position: absolute;
    left: 0%;
    top: 0px;
    z-index: 10;
}
.video .swiper-container {

}
.video .swiper-slide{ 
  width: 180px;
}
.video .swiper-slide img{
  width: 185px;
  height: 136px;
}
.video .swiper-slide .vclose{
  width: 18px;
  height: 18px;
  z-index: 20;
      background: #8d8383;
}
.videolist { float:left; 
  width: 185px;
  height: 136px;
margin-top: 33px;
    margin-bottom: 40px;
 }
 .videort .videos{
left: 88% !important;
}

.videoed { display:none; width:304px; height:204px; position: absolute; left:0%; top: 0%; }
.videos{ display:none; border: 1px solid #080808; position:relative;        left: 140%;
    top: 10%; z-index:100; width:640px; height:360px; }

.video  .swiper-button-next{
    position: absolute !important;
    right: -55px;
    /* bottom: 52px !important; */
    color: #a6a6a6 !important;
    top: 102px !important;
}

.video  .swiper-button-prev{
      position: absolute !important;
    left: -61px !important;
    bottom: 97px !important;
     color: #a6a6a6 !important;
}
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
    #page05_shadow{
position:fixed;
_position:absolute;
width:100%;
height:100%;
left:0;
top:0;
background:#000;
opacity:0.5;
-moz-opacity:0.5;
filter:alpha(opacity=50);
z-index:97;
display:none;
   }

.title {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 5px;
}
.title span {
  color: #cc3333;
  font-size: 20px;
  position: relative;
  font-weight: normal;
  padding-left: 10px;
}
.title em {
  color: #5a5a5a;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.title .color {
  color: #c33;
}
.title span:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-color: #cc3333;
}
.list .set ul {
  display: none;
}
.list .set .show {
  display: block;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list ul li a span {
  display: inline-block;
  width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list ul li a:hover {
  color: #cc3333;
}
.news {
  padding-top: 20px;
  display: flex;
}
.news .list {
  width: 410px;
}
.news .list .sel ul {
  display: none;
}
.news .list .sel .show {
  display: block;
}
.news .list ul {
  padding: 5px 0 30px;
}
.news .middle {
  margin: 0 64px;
}
.news .middle .certi {
  width: 412px;
  height: 208px;
  border: 1px solid #bfbfbf;
  display: flex;
}
.news .middle .certi .jd {
  margin-right: 1px solid #bfbfbf;
  text-align: center;
  border-right: 1px solid #bfbfbf;
  padding-top: 12px;
  width: 145px;
}
.news .middle .certi .jd img {
  width: 90px;
}
.news .middle .certi .jd p {
  color: #333333;
  font-style: 14px;
  margin: 8px 0 12px;
}
.news .middle .certi .jd p span {
  color: #cc3333;
  font-size: 16px;
}
.news .middle .certi .danwei {
  flex: 1;
}
.news .middle .certi .danwei div {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .middle .certi .danwei p {
  color: #333333;
  font-style: 14px;
  margin-right: 20px;
}
.news .middle .certi .danwei p span {
  color: #cc3333;
  font-size: 16px;
  display: inline-block;
  margin: 5px 0;
}
.news .middle .certi .danwei img {
  width: 112px;
}
.news .middle .certi .px {
  border-bottom: 1px solid #bfbfbf;
}
.news .right {
  flex: 1;
}
.news .right .title {
  text-align: center;
}
.news .right .title span {
  color: #000;
  padding: 0 20px;
}
.news .right .title span:before {
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 5px;
  background-color: #871d3d;
}
.news .right .bao .title span:before {
  background-color: #f9dc4a;
}
.news .right .bei .title span:before {
  background-color: #191760;
}
.news .right .tb {
  margin-bottom: 30px;
}
.news .right .tb ul {
  margin-top: 20px;
  border: 1px dashed #ccc;
  overflow: hidden;
}
.news .right .tb ul li {
  float: left;
  font-size: 14px;
  color: #707070;
  width: 33.33%;
  text-align: center;
  line-height: 32px;
  border-right: 1px dashed #ccc;
}
.news .right .tb ul li:nth-child(n+4) {
  border-top: 1px dashed #ccc;
}
.news .right .tb ul li:nth-child(3n) {
  border-right: none;
}
.test {
  margin: 20px auto 40px;
}
.test ul {
  display: flex;
  justify-content: space-between;
}
.test ul li {
  width: 282px;
  height: 102px;
  color: #fff;
  padding: 20px;
  position: relative;
}
.test ul li .one {
  font-size: 24px;
  margin-bottom: 3px;
  font-weight: 500;
}
.test ul li .two {
  font-size: 16px;
}
.test ul li a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 46px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.test ul li:nth-child(1) {
  background: url(../images/bg1.png) no-repeat;
  background-size: contain;
}
.test ul li:nth-child(1) a {
  color: #6cddd4;
}
.test ul li:nth-child(2) {
  background: url(../images/bg2.png) no-repeat;
  background-size: contain;
}
.test ul li:nth-child(2) a {
  color: #ed616c;
}
.test ul li:nth-child(3) {
  background: url(../images/bg3.png) no-repeat;
  background-size: contain;
}
.test ul li:nth-child(3) a {
  color: #fec187;
}
.test ul li:nth-child(4) {
  background: url(../images/bg4.png) no-repeat;
  background-size: contain;
}
.test ul li:nth-child(4) a {
  color: #95c4fd;
}
.describe {
  display: flex;
}
.describe .left {
  display: flex;
  width: 900px;
}
.describe .left .img {
  width: 254px;
}
.describe .left .img img {
  width: 100%;
  margin-bottom: 40px;
}
.describe .left .box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.describe .left .box .list {
  width: 265px;
  height: 200px;
}
.describe .left .box .list ul {
  padding-top: 5px;
}
.describe .right {
  flex: 1;
}
.describe .right .title {
  border-bottom: none;
}
.describe .right .title span:before {
  display: none;
}
.describe .right .rl {
  background-image: linear-gradient(to right, #cb3333, #881e3c);
  color: #fff;
  font-size: 16px;
  text-align: center;
  height: 64px;
  line-height: 64px;
  margin-top: 5px;
}
.describe .right .rl span {
  background-color: #fff;
  color: #cc3333;
  font-size: 20px;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0 3px;
}
.describe .right .process {
  margin-top: 20px;
  position: relative;
}
.describe .right .process ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.describe .right .process ul li span {
  font-size: 14PX;
  color: #666666;
  position: relative;
  padding-left: 15px;
  line-height: 30px;
}
.describe .right .process ul li span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cc3333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
}
.describe .right .process ul li a {
  display: inline-block;
  width: 80px;
  height: 30px;
  color: #cc3333;
  border: 1px solid #cc3333;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}
.describe .right .process ul li a:hover {
  color: #fff;
  background-color: #cc3333;
}
.describe .right .process .line {
  position: absolute;
  top: 16px;
  left: 3px;
}
.team {
  position: relative;
  height: 50px;
  margin-bottom: 20px;
}
.team span {
  color: #000;
  font-size: 24px;
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 20px;
  line-height: 50px;
}
.team:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f6f6f6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.ke {
position: relative;
}
.ke .more{
  position: absolute;
    right: 0;
    top: 8px;

}
.hot{
  position: relative;
}
.hot .more{
  position: absolute;
    right: 0;
    top: 8px;

}
.ready .top {
  background: url(../images/ban1.png) no-repeat;
  background-size: contain;
  height: 120px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
}
.ready .top .one {
  font-size: 56px;
  font-weight: bold;
  padding-top: 20px;
}
.ready .top .two {
  margin: 0 20px;
  padding-top: 25px;
}
.ready .top .two span {
  font-size: 32px;
  letter-spacing: 15px;
  margin-left: 10px;
}
.ready .top .two i {
  font-size: 16px;
}
.ready .top .three {
  padding-top: 25px;
}
.ready .top .three span {
  font-size: 56px;
  font-weight: bold;
  line-height: 66px;
}
.ready .top .three a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: right;
}
.ready .teacher .subject {
  margin-bottom: 20px;
}
.ready .teacher .subject ul {
  overflow: hidden;
}
.ready .teacher .subject ul li {
  float: left;
  width: 20%;
  color: #333;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
}
.ready .teacher .subject ul .active {
  color: #cc3333;
  border-bottom: 2px solid #cc3333;
  position: relative;
}
.ready .teacher .subject ul .active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #cc3333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ready .teacher .swiper-father {
  position: relative;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
}
.ready .teacher .swiper-father ul li {
  display: none;
}
.ready .teacher .swiper-father .show {
  display: block;
}
.ready .teacher .swiper-father .swiper-container {
  width: 1020px;
}
.ready .teacher .swiper-father img {
  width: 210px;
}
.ready .teacher .swiper-father .swiper-slide {
  width: 210px!important;
}
.ready .teacher .swiper-father .desc {
  position: absolute;
  width: 210px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  z-index: 99;
  bottom: 0;
  left: 0;
}
.ready .teacher .swiper-father .desc p {
  font-size: 24px;
}
.ready .teacher .swiper-father .desc span {
  font-size: 18px;
}
.ready .teacher .swiper-father .swiper-button-prev,
.ready .teacher .swiper-father .swiper-button-next {
  outline: none;
  width: 58px;
  height: 82px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ready .teacher .swiper-father .swiper-button-prev:active,
.ready .teacher .swiper-father .swiper-button-next:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.ready .identity {
  margin-top: 50px;
}
.ready .identity ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ready .identity ul li {
  width: 232px;
  height: 102px;
  border: 1px solid #cc3333;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  color: #cc3333;
}
.ready .identity ul li span {
  font-size: 32px;
  font-weight: bold;
}
.ready .identity ul li i {
  font-size: 18px;
}
.ready .identity ul .active {
  background-color: #cc3333;
  color: #fff;
}
.ready .mba .which-list {
  display: none;
}
.ready .mba .which-list .flex {
  display: flex;
}
.ready .mba .clock {
  display: block;
}
.ready .mba .title i {
  font-size: 16px;
  color: #c33;
  margin-left: 5px;
}
.ready .mba ul.mon {
  margin-top: 5px;
  margin-bottom: 18px;
}
.ready .mba ul.mon li {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.ready .mba .mba-one {
  width: 290px;
}
.ready .mba .mba-one img {
  width: 254px;
  margin-top: 10px;
}
.ready .mba .mba-two {
  width: 340px;
}
.ready .mba .mba-three {
  width: 256px;
  margin: 0 20px;
}
.ready .mba .mba-four {
  flex: 1;
}
.ready .mba .mba-four .title i {
  font-size: 20px;
  color: #333333;
  margin-left: 30px;
}
.ready .mba .mba-four .know ul {
  display: flex;
  flex-wrap: wrap;
}
.ready .mba .mba-four .know ul li {
  font-size: 20px;
  text-align: center;
  width: 120px;
  height: 56px;
  line-height: 56px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.ready .mba .mba-four .know ul li a {
  color: #fff;
}
.ready .mba .mba-four .know ul li:nth-child(2n) {
  margin-right: 0;
}
.ready .mba .mba-four .know ul li:nth-child(1) {
  background-color: #cc3333;
}
.ready .mba .mba-four .know ul li:nth-child(2) {
  background-color: #871d3d;
}
.ready .mba .mba-four .know ul li:nth-child(3) {
  background-color: #191760;
}
.ready .mba .mba-four .know ul li:nth-child(4) {
  background-color: #f9dc4a;
}
.face {
  color: #fff;
  margin-top: 30px;
}
.face .top {
  background: url(../images/ban2.png) no-repeat;
  background-size: contain;
  height: 120px;
  position: relative;
  margin-bottom: 50px;
}
.face .top a {
  width: 100px;
  height: 20px;
  position: absolute;
  right: 90px;
  bottom: 10px;
}
.face .school {
  display: flex;
}
.face .left {
  width: 562px;
}
.face .left .which-list {
  display: none;
}
.face .left .clock {
  display: block;
}
.face .left .sch {
  display: flex;
  justify-content: space-between;
}
.face .left .sch .img img {
  width: 420px;
}
.face .left .sch ul li {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 24px;
}
.face .left .sch ul li a {
  color: #fff;
  font-size: 16px;
}
.face .left .sch ul li:nth-child(1) {
  background-color: #cc3333;
}
.face .left .sch ul li:nth-child(2) {
  background-color: #871d3d;
}
.face .left .sch ul li:nth-child(3) {
  background-color: #f9dc4a;
}
.face .left .sch ul li:nth-child(4) {
  background-color: #191760;
}
.face .left .zixun ul {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  height: 150px;
  flex-wrap: wrap;
}
.face .left .zixun ul li {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  width: 281px;
}
.face .right {
  flex: 1;
  padding-left: 40px;
}
.face .right ul {
  display: flex;
  flex-wrap: wrap;
}
.face .right ul li {
  width: 132px;
  height: 94px;
  box-shadow: 0px 0px 10px 0px #ccc;
  text-align: center;
  align-items: center;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.face .right ul li img {
  height: 57px;
}
.face .right ul li p {
  color: #969696;
}
.face .right ul li:nth-child(4n) {
  margin-right: 0;
}
.face .right ul .last {
  background-color: #c33;
  position: relative;
}
.face .right ul .last p {
  color: #fff;
}
.face .right ul .last .show {
  display: block;
}
.face .right ul .last .search {
  width: 340px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #ccc;
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 999;
  border-top: 1px solid #e74646;
  display: none;
}
.face .right ul .last .search .box {
  width: 300px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  margin: 25px auto 0;
}
.face .right ul .last .search .box input {
  width: 212px;
  background-color: #fff;
  padding-left: 10px;
  color: #666;
}
.face .right ul .last .search .box .button {
  display: inline-block;
  background-color: #e74646;
  color: #fff;
  text-align: center;
  height: 34px;
  margin-top: -1px;
  width: 88px;
  cursor: pointer;
}
.face .right ul .last .search .triangle_border_up {
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #e74646;
  position: absolute;
  top: -10px;
  right: 62px;
}
.face .right ul .last .search .triangle_border_up span {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: 2px;
  left: -8px;
}
.grade {
  margin-top: 50px;
}
.grade .top {
  height: 120px;
  background: url(../images/ban3.png) no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 50px;
}
.grade .top a {
  width: 125px;
  height: 40px;
  position: absolute;
  right: 90px;
  bottom: 40px;
}
.grade .swiper-father {
  position: relative;
  --swiper-navigation-color: #ccc;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}
.grade .swiper-father .swiper-container {
  width: 1050px;
}
.grade .swiper-father .swiper-button-prev,
.grade .swiper-father .swiper-button-next {
  outline: none;
}
.grade .swiper-father .swiper-slide {
  width: 240px!important;
}
.grade .swiper-father .swiper-slide img {
  width: 240px;
}
.address {
  margin-top: 40px;
}
.address .option {
  overflow: hidden;
  margin-top: 50px;
}
.address .option li.active {
  border-color: #CA3935;
  background: #CA3935;
  color: #FFF;
}
.address .option li {
  float: left;
  width: 84px;
  height: 40px;
  margin: 0 40px 24px 0;
  border: 1px solid #666;
  font-size: 24px;
  color: #666;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.address .address-cont {
  position: relative;
}
.address .ac-item:first-child {
  display: block;
}
.address .ac-item {
  position: relative;
  display: none;
  overflow: hidden;
}
.address .ac-item .address-suboption {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 572px;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.address .ac-item .address-suboption span {
  position: relative;
  float: left;
  margin: 0 39px 25px 0;
  cursor: pointer;
}
.address .ac-item .address-suboption span.active::before {
  display: block;
}
.address .ac-item .address-suboption span::before {
  position: absolute;
  display: none;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C33;
  content: "";
}
.address .ac-item dd:last-child {
  display: block;
}
.address .ac-item dd {
  display: none;
}
.address .ac-item .address-image {
  float: left;
  width: 589px;
}
.address .ac-item .address-info {
  float: right;
  width: 572px;
  padding-top: 120px;
}
.address .ac-item .address-info li {
  overflow: hidden;
  padding: 10px 0;
  font-size: 20px;
  color: #333;
  line-height: 28px;
}
.address .ac-item .address-info li span {
  position: relative;
  float: left;
  width: 90px;
  height: 28px;
  padding-right: 20px;
  text-align: justify;
}
.address .ac-item .address-info li span::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  text-align: center;
  content: "：";
}
.address .ac-item .address-info li p {
  float: left;
  width: 442px;
}
.address .address-cont::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 354px;
  height: 135px;
  border: 6px solid #C33;
  border-top: none;
  border-left: none;
  content: "";
}
.gaodun {
  background-color: #eeeeee;
  margin-top: 50px;
  padding: 20px 0;
}
.gaodun .w {
  display: flex;
}
.gaodun .w p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.gaodun .w p span {
  color: #666;
  font-size: 16px;
}
.gaodun .w .tel {
  width: 560px;
  padding-top: 40px;
}
.gaodun .w .add {
  width: 424px;
  padding-top: 40px;
}
.gaodun .w .ma {
  flex: 1;
  text-align: right;
}
.gaodun .w .ma img {
  width: 140px;
}
.footer {
  background-color: #333333;
  padding: 30px 0 20px;
  font-size: 16px;
}
.footer .w {
  display: flex;
}
.footer .list {
  display: flex;
}
.footer dl {
  width: 170px;
}
.footer dl dt {
  height: 36px;
  color: #fff;
}
.footer dl dd {
  color: #ccc;
  height: 36px;
}
.footer .right {
  width: 660px;
  text-align: center;
  color: #ccc;
  /*padding-top: 50px;*/
  line-height: 35px;
}

.news .right .tb ul li a:hover {    color: #cc3333;}
#LRfloater2{
  display: none;
}


 .fixed-signup .mid{
    width: 1200px;
    margin:0 auto;
}

.fixed-signup{ position: fixed; bottom: 0; left: 0; z-index: 99999991; width: 100%; height: 90px;background: rgba(0, 0, 0, 0.78);}
.fixed-signup .fs-tips{ position: relative; float: left; width: 185px; height: 72px; margin-top: 10px; padding-top: 11px; border: 1px solid #F69F1D; font-size: 20px; color: #f69f1d; line-height: 24px; text-align: center}
.fixed-signup .fs-tips::before{ position: absolute; top: 28px; right: -26px; width: 0; height: 0; width: 27px; height: 1px; background: #F69F1D; content: ""; transform: rotate(30deg)}
.fixed-signup .fs-tips::after{ position: absolute; right: -26px; bottom:28px; width: 0; height: 0; width: 27px; height: 1px; background: #F69F1D; content: ""; transform: rotate(-30deg)}
.fixed-signup .fs-form{ float: right; width: 949px}
.fixed-signup .fs-form li{ float: left;margin-top:12px;}
.fixed-signup .fs-form li.fs-price,.fixed-signup .fs-form li.fs-isRead{ width: 100%;margin-top: 0px;}
.fixed-signup .fs-form li input{ display: block; margin: 0; padding: 0; border: 0; outline: none}
.fixed-signup .fs-form li.ipt input{ width: 240px;    width: 240px;
    height: 36px;
    padding: 0 20px;}
.fixed-signup .fs-form li.name{ margin-right: 72px;}
.fixed-signup .fs-form li.submit{ float: right}
.fixed-signup .fs-form li.submit input{ width: 240px; height: 40px; background: #F69F1D; font-size: 24px; color: #FFF; line-height: 40px; text-align: center; box-shadow: 0 2px 6px #5c0706; cursor: pointer}
.fixed-signup .fs-form li.fs-price{ height: 50px; padding-top: 5px; font-size: 20px; color: #FFF; line-height: 39px}
.fixed-signup .fs-form li.fs-price i,.fixed-signup .fs-form li.fs-price span{ font-size: 24px; color: #f69f1d}
.fixed-signup .fs-form li.fs-price i{ font-style: normal; text-decoration: line-through}
.fixed-signup .fs-form li.fs-isRead input{ position: absolute; display: none;}
.fixed-signup .fs-form li.fs-isRead label{position: relative; display: block; float: left; padding-left:19px; font-size:14px; color:#FFF; line-height:39px; vertical-align: middle; cursor: pointer;-webkit-tap-highlight-color: rgba(240,240,240,0);}
.fixed-signup .fs-form li.fs-isRead label:before{ position: absolute; display: inline-block; top:14px; left:0; width: 12px; height: 12px; border:solid 1px #FFF; background: none; content: ''}
.fixed-signup .fs-form li.fs-isRead label:after{ position: absolute; display: none; top: 12px; left: 0; width: 18px; height: 16px;
 background: url(../images/fs-isRead-icon.png) no-repeat; content: ""}
.fixed-signup .fs-form li.fs-isRead input:checked + label:after{ display: block}
.fixed-signup .fs-form li.fs-isRead label a{ color: #f69f1d}

.fixed-signup .fs-form li.right_close{
width: 24px;
    height: 24px;
    background: #000;
    opacity: 0.6;
    position: absolute;
    right: 58px;
    color: #fff;
    top: -46px;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 22.5px;
}